From 0bce92f67d4a91383bcb155f773d76ee34649974 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 28 Apr 2006 21:43:44 +0000 Subject: [PATCH] Fix typo in docs. (#340063) 2006-04-28 Behdad Esfahbod * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in docs. (#340063) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ gtk/gtkwidget.c | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 317c2780cb..c03069f32b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-28 Behdad Esfahbod + + * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in + docs. (#340063) + 2006-04-28 Matthias Clasen * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 317c2780cb..c03069f32b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-04-28 Behdad Esfahbod + + * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in + docs. (#340063) + 2006-04-28 Matthias Clasen * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 37747c81d8..542a84d688 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -5395,7 +5395,7 @@ gtk_widget_create_pango_context (GtkWidget *widget) * font description, and base direction for drawing text for * this widget. * - * If you keep a #PangoLayout created in this way around, in order + * If you keep a #PangoLayout created in this way around, in order to * notify the layout of changes to the base direction or font of this * widget, you must call pango_layout_context_changed() in response to * the ::style-set and ::direction-changed signals for the widget. -- 2.30.2